Fix bug in previous change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 6 Mar 1993 06:03:19 +0000 (06:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 6 Mar 1993 06:03:19 +0000 (06:03 +0000)
lisp/comint.el

index a35ae10fd027866ff2724a2b659eec84b25a7a17..e4b3f9500589724fb48156b60308535cd9edc2cc 100644 (file)
@@ -1094,7 +1094,7 @@ it just adds completion characters to the end of the filename."
             (sit-for 0)
             (message "Hit space to flush")
             (let ((ch (read-event)))
-              (if (= ch ?\ )
+              (if (eq ch ?\ )
                   (set-window-configuration conf)
                 (setq unread-command-events (list ch)))))))))
 \f